home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TPUG - Toronto PET Users Group
/
TPUG Users Group CD
/
TPUG Users Group CD.iso
/
AMIGA
/
AMICUS
/
AMICUS09.ADF
/
Progs
/
Brush2C.DOC
< prev
next >
Wrap
Text File
|
1986-05-22
|
813b
|
19 lines
This program converts 'Brushes' saved with DeluxePaint,
or any other program that saves out IFF format brushes, into
usable 'C' source code for your programs.
It converts the brush into the suitable image structures
required for gadgets, etc. This structure can now be
#included into your source code like a '.h' file.
This program must be used from the command line
interface (CLI). It is called like this:
"Brush2C [-c] brushname filename structurename"
Where brushname is the name of the brush, filename is the
name of the output file, and structurename is the name of
the 'C' image structure. The -c option is used if you wish
to have color register information converted as well.